From 259f3728e8063022ef13636f24ad577d158bdf27 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 26 Aug 2007 21:39:06 +0000 Subject: [PATCH] Let 'chkdoc' look in the right place for doc of this version. --- gpsbabel/tools/mkcapabilities.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tools/mkcapabilities.in b/gpsbabel/tools/mkcapabilities.in index 8377e5dbe..00848db72 100755 --- a/gpsbabel/tools/mkcapabilities.in +++ b/gpsbabel/tools/mkcapabilities.in @@ -36,7 +36,7 @@ getcap($1, $2, $3, $5) FMTS=`./gpsbabel -^2 | grep -v '^internal' | sed 's/\&/\&/' | awk -F'\t' '{print $3}'` for f in $FMTS do - [ ! -f @DOCDIR@/htmldoc-development/fmt_${f}.html ] && echo Missing doc for $f + [ ! -f @DOCDIR@/htmldoc-@DOCVERSION@/fmt_${f}.html ] && echo Missing doc for $f done exit 0 -- 2.30.2